.disf {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.disf_sb {
  justify-content: space-between;
}
.disf_sa {
  justify-content: space-around;
}
.chuizhi {
  align-items: center;
}
.rm-nav li a{
    padding: 0;
    color: #444444;
    text-decoration: none;
}
.rm-toggle {
    display:  none;
    float: right;
    padding: 0 .68em;
    margin: 1em;
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgb(128, 128, 128); /* fallback */
    background-color: rgba(128, 128, 128, .5);
}
.rm-container{
	display: inline-block;
	    width: 80%;
	        height: 60px;
    line-height: 60px;
}
.rm-lighten li ul{
	/*display: none;*/
	height: 0;
	overflow: hidden;
	position: absolute;
	top:60px;
	left: 0;
	    width: 240px;
	background-color: #FFFFFF;
}
.rm-lighten li ul li{
	text-align: left;
	line-height: 30px;
}
.list{
	position: relative;
	padding: 0 15px;
}

.rm-lighten li ul li a:hover{
	color: #F08200;
}

.rm-lighten li ul li a{
    font-size: 14px;
    padding: 10px 5px;
    line-height: 1;
    color: #757575;
}
.wrapper {
    padding-left: 30px;
}
@media screen and (min-width: 1120px){
	.rm-lighten li:hover ul{
	height: auto;
}
.list:hover{
	box-shadow: 0px 0px 10px #dedede inset;
}
}
@media screen and (max-width: 1120px){
	.rm-nav li a, .rm-top-menu a{
		border: none;
	}
}
@media screen and (max-width: 1100px){
	.rm-toggle{
	    display: inline-block;
	}
	.rm-nav{
		display: none;
	}
	.rm-toggle.rm-button,.rm-toggle{
		margin:0;
		padding-top: 6px;
    box-sizing: border-box;
	}
	.wrapper {
    padding-left: 0;
}
	.rm-container{
		height: auto;
		    float: right;
		        width: 100%;
	}
	.brand {
	    position: absolute;
	}
	/*.rm-toggle.rm-button {
	    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFW…MLLgtAQcaOJehIBX+wBhHQApqnotFIHo3k0UgeipEMEGAADaRXEC7WAy0AAAAASUVORK5CYII=);
	    background-repeat: no-repeat;
	    background-position: center center;
	    padding: 0;
	    width: 2.5em;
	    text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	}*/
	.rm-toggle span{
	    display: block;
	    width:18px;
	    background-color: #ffffff;
	    height: 2px;
	        margin: 4px 0;
	}
	.rm-nav{
	    /*height: 0;*/
    	overflow: hidden;
    	    width: 100%;
	}
	.list {
	    width: 100%;
	    padding: 0;
	    border-top: 1px solid #FFFFFF;
	    
	}
	.rm-nav li a{
		color: #FFFFFF;
		line-height: 42px;
		display: inline-block;
		width: 100%;
	}
	.list,.rm-lighten li ul{
		position: initial;
	}
	.rm-lighten li ul{
		width: 100%;
	}
	.rm-lighten li ul li{
		background-color: #FDECD9;
		border-top: 1px solid #FFFFFF;
	}
	.splendidActive{
	    height: initial !important;
	    transition: all ease 1s; 
	}
}
